home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Suruculer ve Guncellemeler / Transdisk / dosver4 / TCDBOOT.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-03-07  |  617 b   |  22 lines

  1. echo off
  2. echo.
  3. if exist a:\tcdboot.bat goto ok
  4. echo Please re-insert the diskette in drive A: and try again.
  5. goto exit
  6. :ok
  7. echo The following steps will make this diskette bootable for loading
  8. echo the TransCD CD-ROM device driver.  Please make sure the diskette
  9. echo is NOT write-protected before proceeding.
  10. echo.
  11. pause
  12. a:
  13. cd \
  14. echo Creating boot diskette now ...
  15. if not exist command.com sys c: a:
  16. echo call a:\tcdgo %1 %2 > tcdload.bat
  17. echo.
  18. echo The bootable diskette has been created successfully.
  19. echo System will reboot shortly. If not, please reboot manually.
  20. tcd < tcd.inp > nul:
  21. :exit
  22.